Skip to content

Update S3 Pre-signed URL GET design with multipart download support#6334

Merged
joviegas merged 6 commits intoaws:masterfrom
jencymaryjoseph:multipartDesign
Aug 21, 2025
Merged

Update S3 Pre-signed URL GET design with multipart download support#6334
joviegas merged 6 commits intoaws:masterfrom
jencymaryjoseph:multipartDesign

Conversation

@jencymaryjoseph
Copy link
Contributor

@jencymaryjoseph jencymaryjoseph commented Aug 12, 2025

Updates the existing S3 Pre-signed URL GET design document to include multipart download support for large objects.

Motivation and Context

The original design only covered single-stream downloads. Large objects need multipart capability for optimal performance.

Modifications

Updated design document to include multipart download support using HTTP Range headers following AWS Transfer Manager specification for ranged GETs.

Testing

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the CONTRIBUTING document
  • Local run of mvn install succeeds
  • My code follows the code style of this project
  • My change requires a change to the Javadoc documentation
  • I have updated the Javadoc documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed
  • I have added a changelog entry. Adding a new entry must be accomplished by running the scripts/new-change script and following the instructions. Commit the new file created by the script in .changes/next-release with your changes.
  • My change is to implement 1.11 parity feature and I have updated LaunchChangelog

License

  • I confirm that this pull request can be released under the Apache 2 license

@jencymaryjoseph jencymaryjoseph requested a review from a team as a code owner August 12, 2025 18:47
@joviegas joviegas enabled auto-merge August 15, 2025 19:15
@joviegas joviegas added changelog-not-required Indicate changelog entry is not required for a specific PR no-api-surface-area-change Indicate there is no API surface area change and thus API surface area review is not required labels Aug 20, 2025
@sonarqubecloud
Copy link

@joviegas joviegas added this pull request to the merge queue Aug 21, 2025
Merged via the queue into aws:master with commit cfb6ecc Aug 21, 2025
14 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-not-required Indicate changelog entry is not required for a specific PR no-api-surface-area-change Indicate there is no API surface area change and thus API surface area review is not required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants